Test USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef and
authorGerd Moellmann <gerd@gnu.org>
Thu, 30 Nov 2000 19:51:18 +0000 (19:51 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 30 Nov 2000 19:51:18 +0000 (19:51 +0000)
commit30ea8e99d68d902ac9dce82ded73368600563321
tree18daee780a7ec5f521995a3936adf7ffddbfc721
parent58b233cfc868b35941d68202a5363e1882bcd38b
Test USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef and
#ifndef instead of using #if.
(XTread_socket) [USE_MOTIF] <KeyPress>: Call XmIsScrollBar only if
USE_TOOLKIT_SCROLL_BARS is defined.
src/xterm.c